home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / with.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.3 KB  |  39 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-123]
  2. [C;6;B]        WITH [[<filename> ...]
  3. [7]Default: OBJECT
  4. [J;1;N]
  5.   Specify a text file which contains some linker instructions. \
  6. Before to execute any WITH file, the current file (or the \
  7. command line at start) will be entirly parsed. Also WITH is \
  8. not defined like an INCLUDE instruction from most of compilers \
  9. or assemblers.
  10.   The WITH file is searched in each WITH path. If it is not \
  11. found, the extension '.lnk' (SAS link files) is append and \
  12. lk checks again.
  13.  
  14.   Any number of WITH file may be specified, they will be \
  15. proceeded in the given order, one after another.
  16.  
  17.   WITH files may contain any instruction.
  18.  
  19.   An automatic WITH file may be created. Also lk will search \
  20. for any file called:
  21. [C;I]
  22.     lkfile
  23.     lk.file
  24.     lk.with
  25. [J;N]
  26. in that order. If one of those files exist it will be used as \
  27. a WITH file. The command line must be empty to enable one of \
  28. those WITH file to be automatically loaded. The current \
  29. directory and then 'S:' will be scanned.
  30.  
  31.   On the top of that, at the very begining, lk scans the \
  32. current directory and then 'S:' for a file named 'lk.prefs'. \
  33. If a such named file exists, it will be loaded and executed \
  34. as a WITH file before even the command line.
  35.  
  36.   See also:
  37. [LINK filename]                <filename>
  38. [5; LINK about; GOTO address]        Become Registred
  39.